html, body{
    overflow-x: hidden;
    font-family: Arial, sans-serif;
    background-color: #110f0f;
}

*{
    max-width: 100vw;
}

.container {
    position: relative; 
    width: 100%; 
    height: 100vh; 
    overflow: auto; 
}


#baner-1{

    position: absolute;
    left: 50%;
    width: 102%;
    top: -10%;
    height: 55%;
    transform: translateX(-50%);
}

#logo-1 {

    position: relative;
    width: 190px;
    right: 0px;
    top: 30px;

}

#logo-2 {

    position: absolute;
    width: 180px;
    right: 170px;
    top: 27px;
}

#muno {
    position: fixed;
    z-index: 9;
    font-size: 30px;
    top: 25px;
    left: 45px;
    background-color: hsl(90, 100%, 50%);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    cursor:pointer;
    color: rgb(235, 229, 229);
    box-shadow: 6px 6px 10px rgba(125, 248, 2, 0.5);
}

#muno2 {

    position: fixed;
    top: 100px;
    left: -280px;
    width: 280px;
    height: 67%;
    background-color: #222;
    z-index: 1000;
    padding-top: 8%;
    box-shadow: 9px 9px 10px rgba(0,0,0,0.5);
    transition: left 0.6s ease-in-out;
}

#muno2 ul {

    list-style: none;
    margin: 0;
    padding: 0;
}

#muno2 ul li {

    border-bottom: 1px solid #444;
    border-top: 1px solid #444;


}

#muno2 ul li a {

    display: block;
    padding: 18px 25px;
    color: rgb(245, 179, 179);
    text-decoration: none;
    background-color: 0.5s;
}

#muno2 ul li a:hover {

    background-color: rgb(68, 68, 68);
    color: rgb(126, 243, 10);
    transition: 0.6s ease-in-out;
}


#img-muno {
    position: absolute;
    width: 90px;
    top: 3px;
    right: 10px;
    z-index: 1000;
}


#img-muno2 {
    position: absolute;
    width: 88px;
    top: 3px;
    left: 0;
    z-index: 1000;


}

#div-muno{

    background: #070780;
    width: 100%;
    height: 109px;
    position: absolute;
    top: 0;

}


#heder-div {

    width: 59.5%;
    height: 50px;
    position: absolute;
    background: #1f1f1f;
    left: 40%;
    top: 240px;
    border: 2px solid rgb(94, 94, 94);
    border-radius: 500px 0 0 ;
    z-index: 2;
    
}


#heder-div2 {

    width: 39%;
    height: 50px;
    position:absolute;
    background:rgb(27, 27, 27);
    left:0px;
    top: 239px;
    border: 2px solid  rgb(0, 0, 0);
    border-radius: 0 0 200px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}



#ul-heder {

    position: absolute;
    right: 50px;
    font-size: 18px;
    top: -3px;
    display: flex;
    margin: 0;
    padding: 0 ;
    transition: 1s;


}


#ul-heder .li-1 {

    list-style-type: none;
    margin-right: 10px;
    background-color: rgb(32, 31, 31);
    padding: 18px 15px;
    border-left: 2px solid rgb(199, 6, 238);
    transition: 0.6s ease-in-out;
    box-shadow: 5px 5px 8px hsl(0, 0%, 0%, 0.5);
    position: relative; 
    margin-left: 15px;
    top: 1px;
    height: 17.5px;

   
  

}


#ul-heder .li-1:hover {
    
    background-color: rgb(4, 110, 4);
    transition: 0.6s ease-in-out;
    border-left: 2px solid rgb(238, 6, 6);
}


#ul-heder a {
    text-decoration: none;
    color: #fff;
    

}

#ul-heder li:hover .ul-2{

    display: block;
    transition: 1s ;

   
}



.li-2 {
    padding: 5px;
    position: relative;
    top: 10px;
}

.li-2:hover{
    background-color: #20a820ce;
}

.ul-2 {
    background: #21b10e;
    width: 130px;
    height: 200px;
    position: absolute;
    list-style: none;
    right: 40px;
    padding: 0;
    border-radius: 10px;
    box-shadow: 6px 6px 10px hsl(0, 0%, 0%);
    padding-bottom: 30px;
    margin-top: 19px;
    display: none;
    transition: 1s ;
    z-index: 999;
   
}


.li-2 a {
    white-space: nowrap; 
    display: block; 
    padding-top: 30px; 
    color: #000000;
    text-decoration: none;
    padding: 5px;
    margin: 0;

}

.instgram {
    position: absolute;
    left: -59.5%;
    top: -140px;
    font-size: 38px;
    z-index: 99;
    transition: 0.8s ease-in-out;

}

.instgram-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.instgram-icon:hover {
    color: #f00bb7;
    transition: 0.5s ease-in-out;

}

.text-icon1 {

    display: none;
    position: absolute;
    top: 15px;
    left: 130%;
    font-size: 14px;
    background-color:#ca47a9;
    color: #fff;
    padding: 7px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.instgram:hover .text-icon1 {
    display: block;
    transition: 0.8s ease-in-out;

}

.telegram {
    position:relative;
    right: 155.5% ;
    top: -93px;
    font-size: 35px;
   
}

.telegram-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.telegram-icon:hover {
    color: #0b1bf8;
    transition: 0.5s ease-in-out;

}


.text-icon2 {

    display: none;
    position: absolute;
    top: 11px;
    left: 101%;
    font-size: 14px;
    background-color:#4750ca;
    color: #fff;
    padding: 7px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.telegram:hover .text-icon2 {
    display: block;
    transition: 0.8s ease-in-out;

}

.youtube {
    position:relative;
    right: 154.7% ;
    top: -90px;
    font-size: 42px;
}

.youtube-icon {

    color: #bda747;
    cursor: pointer;
    transition: 0.5s ease-in-out;

}

.youtube-icon:hover{
    color: #f80b0b;
    transition: 0.5s ease-in-out;

}


.text-icon3 {

    display: none;
    position: absolute;
    top: 11px;
    left: 101%;
    font-size: 14px;
    background-color:#ca4747;
    color: #fff;
    padding: 8px;
    border-radius: 15px 0 15px 0;
    white-space: nowrap;
    transition: 0.8s ease-in-out;
}

.youtube:hover .text-icon3 {
    display: block;
    transition: 0.8s ease-in-out;

}

#p-onvaN {
    margin-right: 50px;
    margin-top: 160px;
    font-size: 20px;
    text-shadow: 8px 8px 12px hsl(0, 0%, 0%, 0.7);
    color: rgb(206, 206, 206);
    z-index: 1000;    
}

.box-time{
    position: absolute;       
    border: 1px solid rgb(23, 104, 3);
    background-color: #34ac1c;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time{
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 5px;      
}

.p-time{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.div-music{

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 480px;
    background-color: #34ac1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px hsl(120, 100%, 25%, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.div-music.show, .div-music2.show, .div-music3.show, .div-music4.show,
.div-music5.show, .div-music6.show, .div-music7.show,.div-music8.show,.div-music9.show {
    opacity: 1;
    transform: translateX(0); 
}

.tarikh-1 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(14, 49, 14);
    text-decoration: underline;
}

#img-music1 {
    position: absolute;
    width: 40%;
    height: 90%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(9, 54, 9, 0.7);

}

#div-box {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #369123 ;
}

#h2-1 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #082e00;
}

#p-1 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.a-1 {

    position: absolute;
    bottom: 13px;
    left: 155px;
    padding: 5px;
    width: 110px;
    height: 26px;
    background: #6ae751;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 255, 0);
    color: #000000;
    box-shadow: 6px 6px 9px hsl(0, 0%, 0%, 0.5);
    transition: 0.7s ease-in-out;
    overflow: hidden;
}


.a-1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: rotate(50deg);
    animation: shine 3s infinite;
}

@keyframes shine {

    0% {
        
        transform: translateX(100%) translateY(-100%) rotate(50deg); }

    100% { 
        
        transform: translateX(-100%) translateY(100%) rotate(50deg); }
}

.a-1:hover {

    border: 1px solid rgb(217, 255, 0);
    background-color: #33ee04;
    transition: 0.7s ease-in-out;

}



.div-music2 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 125%;
    background-color: #ac1c1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(128, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}



.tarikh-2 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(49, 14, 14);
    text-decoration: underline;

}

.box-time2{
    position: absolute;       
    border: 1px solid rgb(104, 3, 3);
    background-color: #ac1c1c;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time2{
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 5px;      
}

.p-time2{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}


#img-music2 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(43, 7, 7, 0.7);
}

#div-box2 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #912323 ;
}

#h2-2 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #350202;
}

#p-2 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.a-2 {

    position: absolute;
    bottom: 13px;
    left: 155px;
    padding: 5px;
    width: 110px;
    height: 26px;
    background-color: #e75151;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255, 0, 0);
    color: #000000;
    box-shadow: 6px 6px 9px hsl(0, 0%, 0%, 0.5);
    transition: 0.7s ease-in-out;
    overflow: hidden;
    
}

.a-2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, transparent, rgba(255, 255, 255, 0.7), transparent) ;
    transform: rotate(50deg);
    animation: shine 3s infinite;

}

.a-2:hover {

    border: 1px solid rgb(174, 0, 255);
    background-color: #ee0404;
    transition: 0.7s ease-in-out;


}


.div-music3 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 176%;
    background-color: #9b9090ce;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(56, 55, 55, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-3 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(26, 25, 25);
    text-decoration: underline;
}

.box-time3{
    position: absolute;       
    border: 1px solid rgb(27, 26, 26);
    background-color: #797575;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time3{
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    left: 5px;      
}

.p-time3{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}


#img-music3 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(49, 49, 49, 0.7);
}

#div-box3 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #757070 ;
}

#h2-3 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #2c2c2c;
}

#p-3 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.a-3 {

    position: absolute;
    bottom: 13px;
    left: 155px;
    padding: 5px;
    width: 110px;
    height: 26px;
    background-color: #998f8f;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    display: flex; 
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 0, 0);
    color: #000000;
    box-shadow: 6px 6px 9px hsl(0, 0%, 0%, 0.5);
    transition: 0.7s ease-in-out;
    overflow: hidden;
    
}

.a-3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(50deg, transparent,  rgba(255, 255, 255, 0.8), transparent);
    transform: rotate(50deg);
    animation: shine 3s infinite;
}

.a-3:hover {

    border: 1px solid rgb(255, 255, 255);
    background-color: #535353;
    transition: 0.7s ease-in-out;
}

.div-music4{

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 227%;
    background-color: #34ac1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px hsl(120, 100%, 25%, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-4 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(14, 49, 14);
    text-decoration: underline;
}

.box-time4{
    position: absolute;       
    border: 1px solid rgb(74, 153, 0);
    background-color: #62be2c;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 30px;
    z-index: 999;
    left: 10px;
    bottom: 14px;
    border-radius: 4px;
    display: flex;           
    align-items: center;      
    justify-content: flex-start;
    padding: 0 5px;
    box-sizing: border-box;
}

#icon-time4{
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    left: 5px;      
}

.p-time4{
    margin: 0;
    text-align: right;       
    flex-grow: 1;             
    font-size: 14px;
    color: rgb(0, 0, 0);
}

#img-music4 {
    position: absolute;
    width: 40%;
    height: 90%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(9, 54, 9, 0.7);

}

#div-box4 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #369123 ;
}

#p-4 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.div-music5 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 279%;
    background-color: #ac1c1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(128, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}
.tarikh-5 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(49, 14, 14);
    text-decoration: underline;

}

#img-music5 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(43, 7, 7, 0.7);
}

#div-box5 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #912323 ;
}

#p-5 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.div-music6 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 331%;
    background-color: #9b9090ce;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(56, 55, 55, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-6 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(26, 25, 25);
    text-decoration: underline;
}

#img-music6 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(49, 49, 49, 0.7);
}

#div-box6 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #757070 ;
}

#p-6 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;

}

.div-music7{

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 383%;
    background-color: #34ac1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px hsl(120, 100%, 25%, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
    z-index: 999;
}


.tarikh-7 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(14, 49, 14);
    text-decoration: underline;
    z-index: 999;
}

#img-music7 {
    position: absolute;
    width: 40%;
    height: 90%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(9, 54, 9, 0.7);

}

#div-box7 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #369123 ;
}

#h2-7 {
    direction: rtl;
    position: relative;
    right: 14px;
    color: #082e00;
}

#p-7 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 50px;
    font-size: 18px;
    
}

.div-music8 {

    position: absolute;
    width: 64%;
    height: 280px;
    right:10px;
    top: 435%;
    background-color: #ac1c1c;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(128, 0, 0, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-8 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(49, 14, 14);
    text-decoration: underline;

}


#img-music8 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(43, 7, 7, 0.7);
}

#p-8 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 40px;
    font-size: 18px;

}
#p-fit2{
    position: absolute;
    top: 74px;
    right: 14px;
    font-size: 15px;
}

#div-box8 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #912323 ;
}

.div-music9 {

    position: absolute;
    width: 64%;
    height: 280px;
    right: 10px;
    top: 486%;
    background-color: #9b9090ce;
    border-radius: 15px;
    box-shadow: 6px 6px 10px rgba(56, 55, 55, 0.7);
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.9s ease-out;
}

.tarikh-9 {

    position: absolute;
    font-size: 12px;
    bottom: 17px;
    right: 25px;
    color: rgb(26, 25, 25);
    text-decoration: underline;
}

#img-music9 {
    position: absolute;
    width: 40%;
    height: 90.5%;
    right: 22px;
    top: 15px;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(49, 49, 49, 0.7);
}

#div-box9 {

    position: absolute;
    width: 52%;
    height: 87%;
    left: 2.5%;
    top: 19px;
    border-radius: 5px;
    background-color: #757070 ;
}

#p-9 {
    direction: rtl;
    position: absolute;
    right: 15px ;
    top: 40px;
    font-size: 18px;

}
#p-fit{
    position: absolute;
    top: 74px;
    right: 14px;
    font-size: 15px;
}

.loding {
    position: fixed;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 100;
}

.icon-loding {
    position: absolute;
    z-index: 101;
    width: 5px;
    height: 5px;
    background-color: #ff5100;
    top: 360px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    
}


.icon-loding::before {

    content: ' ' ;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ff5100;
    border-radius: 50%;
    opacity: 0;
    right: -26px;
    top: -30px;
    animation: Animytion-loding 1s linear 1s infinite normal ;
    
}


.img-loding {

    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 360px;
    left: 50%;
    z-index: 102;
    transform: translate(-50%, -50%);
    animation: rotate 4s linear infinite;
    
}


#samp-loding {
    position: absolute;
    top: 65%;
    left: 52%;
    z-index: 100;
    color:#f8930f;
}

b {
    font-size: 15px;

}

@keyframes Animytion-loding {

    from {
                opacity: 0;
                transform: scale(1);

            }
            
            
    to {
            opacity: 0.5;
            transform: scale(2);
            
    }
    
}

@keyframes rotate {
    
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.jostjoosit {
    max-width: 100%;
    width: 260px;
    height: auto;
    margin-left: 45px;
    background-color: #1e1f20;
    border: 2px solid #000000;
    border-radius: 0px 5px 5px 0px ;
    padding: 12px 15px;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ffffff;
}



#icon-submit{
    position: absolute;
    top: 5px;
    left: 139px;
    width: 45px;
    height: 41px;
    border: 1px solid #34ac1c;
    background-color:#1d9b04;
    cursor: pointer;
    
}

#icon-submit:active{
    background-color: #0d6114;
    border: 1px solid #0d6114;

}

#icon-search{
    font-size: 19px;
    color: rgb(212, 211, 211);
    transition: 0.8s ease-in-out;

}

#icon-submit:hover #icon-search {
    color: rgb(255, 255, 255);
    font-size: 20px;
    transition: 0.8s ease-in-out;
}


/* ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */
/* RESPONSIVE MEDIA QUERIES - ALL CONTENT VISIBLE - NO DISPLAY: NONE - CREATIVE & PROFESSIONAL LAYOUTS */
/* ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════ */


/* ★ EXTRA SMALL: 320px ★ */
@media (max-width: 320px) {
    
    #baner-1 {
        width: 120%;
        top: -15%;
        height: 40%;
    }
    
    #logo-1 {
        width: 100px;
        top: 5px;
    }
    
    #logo-2 {
        width: 90px;
        right: 85px;
        top: 5px;
    }
    
    #muno {
        font-size: 22px;
        top: 10px;
        left: 8px;
        padding: 6px 10px;
    }
    
    #muno2 {
        width: 200px;
        left: -200px;
        top: 60px;
        height: auto;
    }
    
    #heder-div, #heder-div2 {
        width: 100%;
        top: 180px;
        left: 0;
        border-radius: 0;
        height: auto;
        position: relative;
    }
    
    #ul-heder {
        flex-direction: column;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    
    #ul-heder .li-1 {
        width: 100%;
        margin: 5px 0;
        padding: 10px;
    }
    
    .instgram {
        position: absolute;
        right: -5px;
        top: -272px;
        margin: 5px;
        font-size: 28px;
    }
    .telegram{
        position: absolute;
        right: 24px;
        top: -272px;
        margin: 5px;
        font-size: 28px;
    }

    .youtube{
        position: absolute;
        right: 55px;
        top: -272px;
        margin: 5px;
        font-size: 28px;
    }

    .text-icon1, .text-icon2, .text-icon3 {
        display: none;
    }
    
    /* ★ گزینه‌های منو - کنار آیکن‌ها */
    #ul-heder {
        flex-direction: row;
        position: relative;
        right: 0;
        width: auto;
        gap: 5px;
        justify-content: flex-end;
        margin-top: 15px;
        margin-right: 10px;
    }
    
    #ul-heder .li-1 {
        width: auto;
        margin: 0 3px;
        padding: 8px 10px;
        font-size: 12px;
        height: auto;
        border-left: 1px solid rgb(199, 6, 238);
    }
    
    /* ★ جستجو - زیر اینا */
    #heder-div2 {
        width: 100%;
        margin-top: 80px;
        position: relative;
        top: -40%;
        left: 0;
        border-radius: 0;
    }
    
    
    #icon-submit {
        width: 35px;
        height: 30px;
        left:auto;
        position: relative;
        top: auto;
        margin: 20px 0 20px 0;
        border-radius: 2px;
        display: inline-block;
    }
    
    .jostjoosit {
        width: 38%;
        margin-left: 28px;
        padding: 8px 10px;
        font-size: 12px;
        margin-top: -86px;
        display: ;
    }


    #p-onvaN {
        margin-right: 15px;
        margin-top: 320px;
        font-size: 14px;
    }
    
    
    #icon-submit {
        width: 35px;
        height: 34px;
        left: 2px;
    }
    
    #icon-search {
        font-size: 14px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        position: relative;
        width: 95%;
        height: auto;
        right: auto;
        left: auto;
        margin: 15px auto;
        top: auto;
        opacity: 1;
        transform: translateX(0);
    }
    
    #img-music1, #img-music2, #img-music3, #img-music4, #img-music5, #img-music6, #img-music7, #img-music8, #img-music9 {
        position: relative;
        width: 100%;
        height: 180px;
        right: auto;
        top: auto;
        border-radius: 8px 8px 0 0;
    }
    
    #div-box, #div-box2, #div-box3, #div-box4, #div-box5, #div-box6, #div-box7, #div-box8, #div-box9 {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        border-radius: 0 0 8px 8px;
        padding: 10px;
    }
    
    #h2-1, #h2-2, #h2-3 {
        font-size: 13px;
        position: relative;
        right: 0;
    }
    
    #p-1, #p-2, #p-3, #p-4, #p-5, #p-6, #p-7, #p-8, #p-9, #p-fit, #p-fit2 {
        font-size: 12px;
        position: relative;
        right: 0;
        top: 0;
    }
    
    .tarikh-1, .tarikh-2, .tarikh-3, .tarikh-4, .tarikh-5, .tarikh-6, .tarikh-7, .tarikh-8, .tarikh-9 {
        position: relative;
        font-size: 10px;
        right: 0;
        bottom: auto;
        margin: 5px 0;
    }
    
    .box-time, .box-time2, .box-time3, .box-time4 {
        position: relative;
        width: 70px;
        height: 24px;
        left: 0;
        bottom: auto;
        margin: 5px 0;
    }
    
    .a-1, .a-2, .a-3 {
        position: relative;
        width: 90%;
        height: 30px;
        left: 0;
        bottom: auto;
        margin: 8px auto;
        font-size: 14px;
    }
}


/* ★ SMALL PHONES: 360px ★ */
@media (max-width: 360px) and (min-width: 321px) {
    
    #baner-1 {
        width: 115%;
        top: -12%;
        height: 42%;
    }
    
    #logo-1 {
        width: 110px;
        top: 8px;
    }
    
    #logo-2 {
        width: 100px;
        right: 95px;
        top: 8px;
    }
    
    #muno {
        font-size: 24px;
        top: 12px;
        left: 10px;
        padding: 7px 11px;
    }
    
    #muno2 {
        width: 210px;
        left: -210px;
        top: 65px;
    }
    
    #heder-div, #heder-div2 {
        width: 100%;
        top: 185px;
        left: 0;
        border-radius: 0;
        position: relative;
        height: auto;
    }
    
    #ul-heder {
        flex-direction: column;
        position: relative;
        right: 0;
        width: 100%;
        gap: 5px;
    }
    
    #ul-heder .li-1 {
        width: 100%;
        margin: 4px 0;
        padding: 10px;
        height: auto;
    }
    
    .instgram, .telegram, .youtube {
        position: relative;
        left: 0;
        top: 0;
        margin: 5px;
        font-size: 28px;
        display: inline-block;
    }
    
    .text-icon1, .text-icon2, .text-icon3 {
        display: none;
    }
    
    /* ★ گزینه‌های منو - کنار آیکن‌ها */
    #ul-heder {
        flex-direction: row;
        position: relative;
        right: 0;
        width: auto;
        gap: 5px;
        justify-content: flex-end;
        margin-top: 15px;
        margin-right: 10px;
    }
    
    #ul-heder .li-1 {
        width: auto;
        margin: 0 3px;
        padding: 8px 10px;
        font-size: 12px;
        height: auto;
        border-left: 1px solid rgb(199, 6, 238);
    }
    
    /* ★ جستجو - زیر اینا */
    #heder-div2 {
        width: 100%;
        margin-top: 80px;
        position: relative;
        top: auto;
        left: auto;
        border-radius: 0;
    }
    
    .jostjoosit {
        width: 90%;
        margin: 15px auto;
        padding: 8px 10px;
        font-size: 12px;
    }
    
    #icon-submit {
        width: 35px;
        height: 34px;
        left: auto;
        position: relative;
    }
    
    /* ★ متن بزرگ - زیر جستجو */
    #p-onvaN {
        margin-right: 15px;
        margin-top: 320px;
        font-size: 14px;
    }
    
    .jostjoosit {
        width: 220px;
        margin-left: 12px;
        padding: 9px 11px;
        font-size: 13px;
    }
    
    #icon-submit {
        width: 37px;
        height: 35px;
        left: 5px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        position: relative;
        width: 94%;
        height: auto;
        margin: 15px auto;
        opacity: 1;
        transform: translateX(0);
    }
    
    #img-music1, #img-music2, #img-music3, #img-music4, #img-music5, #img-music6, #img-music7, #img-music8, #img-music9 {
        position: relative;
        width: 100%;
        height: 190px;
        border-radius: 10px 10px 0 0;
    }
    
    #div-box, #div-box2, #div-box3, #div-box4, #div-box5, #div-box6, #div-box7, #div-box8, #div-box9 {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0 0 10px 10px;
        padding: 12px;
    }
    
    #h2-1, #h2-2, #h2-3 {
        font-size: 14px;
        position: relative;
        right: 0;
    }
    
    #p-1, #p-2, #p-3, #p-4, #p-5, #p-6, #p-7, #p-8, #p-9, #p-fit, #p-fit2 {
        font-size: 13px;
        position: relative;
        right: 0;
        top: 0;
    }
    
    .a-1, .a-2, .a-3 {
        position: relative;
        width: 95%;
        height: 32px;
        margin: 10px auto;
        font-size: 15px;
    }
}


/* ★ IPHONE: 375px - 414px ★ */
@media (max-width: 414px) and (min-width: 361px) {
    
    #baner-1 {
        width: 112%;
        top: -10%;
        height: 44%;
    }
    
    #logo-1 {
        width: 130px;
        top: 10px;
    }
    
    #logo-2 {
        width: 120px;
        right: 110px;
        top: 10px;
    }
    
    #muno {
        font-size: 26px;
        top: 15px;
        left: 12px;
        padding: 8px 12px;
    }
    
    #muno2 {
        width: 240px;
        left: -240px;
        top: 70px;
    }
    
    #heder-div, #heder-div2 {
        width: 100%;
        top: 190px;
        left: 0;
        border-radius: 0;
        position: relative;
        height: auto;
    }
    
    #ul-heder {
        flex-direction: column;
        position: relative;
        right: 0;
        width: 100%;
        gap: 8px;
    }
    
    #ul-heder .li-1 {
        width: 100%;
        margin: 5px 0;
        padding: 12px;
        height: auto;
    }
    
    .instgram, .telegram, .youtube {
        position: relative;
        left: 0;
        top: 0;
        margin: 5px;
        font-size: 28px;
        display: inline-block;
    }
    
    .text-icon1, .text-icon2, .text-icon3 {
        display: none;
    }
    
    /* ★ گزینه‌های منو - کنار آیکن‌ها */
    #ul-heder {
        flex-direction: row;
        position: relative;
        right: 0;
        width: auto;
        gap: 5px;
        justify-content: flex-end;
        margin-top: 15px;
        margin-right: 10px;
    }
    
    #ul-heder .li-1 {
        width: auto;
        margin: 0 3px;
        padding: 8px 10px;
        font-size: 12px;
        height: auto;
        border-left: 1px solid rgb(199, 6, 238);
    }
    
    /* ★ جستجو - زیر اینا */
    #heder-div2 {
        width: 100%;
        margin-top: 80px;
        position: relative;
        top: auto;
        left: auto;
        border-radius: 0;
    }
    
    .jostjoosit {
        width: 90%;
        margin: 15px auto;
        padding: 8px 10px;
        font-size: 12px;
    }
    
    #icon-submit {
        width: 35px;
        height: 34px;
        left: auto;
        position: relative;
    }
    
    /* ★ متن بزرگ - زیر جستجو */
    #p-onvaN {
        margin-right: 15px;
        margin-top: 320px;
        font-size: 14px;
    }
    
    .jostjoosit {
        width: 250px;
        margin-left: 15px;
        padding: 10px 12px;
        font-size: 14px;
    }
    
    #icon-submit {
        width: 40px;
        height: 36px;
        left: 8px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        position: relative;
        width: 92%;
        height: auto;
        margin: 18px auto;
        opacity: 1;
        transform: translateX(0);
    }
    
    #img-music1, #img-music2, #img-music3, #img-music4, #img-music5, #img-music6, #img-music7, #img-music8, #img-music9 {
        position: relative;
        width: 100%;
        height: 210px;
        border-radius: 12px 12px 0 0;
    }
    
    #div-box, #div-box2, #div-box3, #div-box4, #div-box5, #div-box6, #div-box7, #div-box8, #div-box9 {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0 0 12px 12px;
        padding: 14px;
    }
    
    #h2-1, #h2-2, #h2-3 {
        font-size: 15px;
        position: relative;
        right: 0;
    }
    
    #p-1, #p-2, #p-3, #p-4, #p-5, #p-6, #p-7, #p-8, #p-9, #p-fit, #p-fit2 {
        font-size: 14px;
        position: relative;
        right: 0;
        top: 0;
    }
    
    .a-1, .a-2, .a-3 {
        position: relative;
        width: 96%;
        height: 34px;
        margin: 12px auto;
        font-size: 16px;
    }
}


/* ★ LARGER PHONES: 430px - 480px ★ */
@media (max-width: 480px) and (min-width: 415px) {
    
    #baner-1 {
        width: 108%;
        top: -8%;
        height: 46%;
    }
    
    #logo-1 {
        width: 150px;
        top: 12px;
    }
    
    #logo-2 {
        width: 140px;
        right: 130px;
        top: 12px;
    }
    
    #muno {
        font-size: 28px;
        top: 18px;
        left: 15px;
        padding: 9px 13px;
    }
    
    #muno2 {
        width: 260px;
        left: -260px;
        top: 75px;
    }
    
    #heder-div, #heder-div2 {
        width: 100%;
        top: 195px;
        left: 0;
        border-radius: 0;
        position: relative;
        height: auto;
    }
    
    #ul-heder {
        flex-wrap: wrap;
        position: relative;
        right: 0;
        width: 100%;
        justify-content: space-around;
    }
    
    #ul-heder .li-1 {
        width: auto;
        margin: 6px;
        padding: 12px;
        height: auto;
    }
    
    .instgram, .telegram, .youtube {
        position: relative;
        left: 0;
        top: 0;
        margin: 5px;
        font-size: 28px;
        display: inline-block;
    }
    
    .text-icon1, .text-icon2, .text-icon3 {
        display: none;
    }
    
    /* ★ گزینه‌های منو - کنار آیکن‌ها */
    #ul-heder {
        flex-direction: row;
        position: relative;
        right: 0;
        width: auto;
        gap: 5px;
        justify-content: flex-end;
        margin-top: 15px;
        margin-right: 10px;
    }
    
    #ul-heder .li-1 {
        width: auto;
        margin: 0 3px;
        padding: 8px 10px;
        font-size: 12px;
        height: auto;
        border-left: 1px solid rgb(199, 6, 238);
    }
    
    /* ★ جستجو - زیر اینا */
    #heder-div2 {
        width: 100%;
        margin-top: 80px;
        position: relative;
        top: auto;
        left: auto;
        border-radius: 0;
    }
    
    .jostjoosit {
        width: 90%;
        margin: 15px auto;
        padding: 8px 10px;
        font-size: 12px;
    }
    
    #icon-submit {
        width: 35px;
        height: 34px;
        left: auto;
        position: relative;
    }
    
    /* ★ متن بزرگ - زیر جستجو */
    #p-onvaN {
        margin-right: 15px;
        margin-top: 320px;
        font-size: 14px;
    }
    
    .jostjoosit {
        width: 280px;
        margin-left: 18px;
        padding: 10px 13px;
        font-size: 15px;
    }
    
    #icon-submit {
        width: 42px;
        height: 38px;
        left: 10px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        position: relative;
        width: 90%;
        height: auto;
        margin: 20px auto;
        opacity: 1;
        transform: translateX(0);
    }
    
    #img-music1, #img-music2, #img-music3, #img-music4, #img-music5, #img-music6, #img-music7, #img-music8, #img-music9 {
        position: relative;
        width: 100%;
        height: 230px;
        border-radius: 14px 14px 0 0;
    }
    
    #div-box, #div-box2, #div-box3, #div-box4, #div-box5, #div-box6, #div-box7, #div-box8, #div-box9 {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0 0 14px 14px;
        padding: 16px;
    }
    
    .a-1, .a-2, .a-3 {
        position: relative;
        width: 97%;
        height: 36px;
        margin: 14px auto;
        font-size: 17px;
    }
}


/* ★ TABLETS: 576px - 768px ★ */
@media (max-width: 768px) and (min-width: 481px) {
    
    #baner-1 {
        width: 105%;
        top: -5%;
        height: 48%;
    }
    
    #logo-1 {
        width: 170px;
        top: 15px;
    }
    
    #logo-2 {
        width: 160px;
        right: 150px;
        top: 15px;
    }
    
    #muno {
        font-size: 30px;
        top: 20px;
        left: 20px;
        padding: 10px 14px;
    }
    
    #muno2 {
        width: 280px;
        left: -280px;
        top: 80px;
    }
    
    #heder-div, #heder-div2 {
        width: 100%;
        top: 200px;
        left: 0;
        border-radius: 0;
        position: relative;
        height: auto;
    }
    
    #ul-heder {
        flex-wrap: wrap;
        position: relative;
        right: 0;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
    
    #ul-heder .li-1 {
        margin: 5px;
        padding: 14px 16px;
        height: auto;
    }
    
    .instgram, .telegram, .youtube {
        position: relative;
        left: 0;
        top: 0;
        margin: 15px;
        font-size: 36px;
    }
    
    #p-onvaN {
        margin-right: 25px;
        margin-top: 260px;
        font-size: 18px;
    }
    
    .jostjoosit {
        width: 320px;
        margin-left: 20px;
        padding: 11px 14px;
        font-size: 16px;
    }
    
    #icon-submit {
        width: 44px;
        height: 40px;
        left: 12px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        position: relative;
        width: 88%;
        height: auto;
        margin: 25px auto;
        opacity: 1;
        transform: translateX(0);
    }
    
    #img-music1, #img-music2, #img-music3, #img-music4, #img-music5, #img-music6, #img-music7, #img-music8, #img-music9 {
        position: relative;
        width: 100%;
        height: 260px;
        border-radius: 15px 15px 0 0;
    }
    
    #div-box, #div-box2, #div-box3, #div-box4, #div-box5, #div-box6, #div-box7, #div-box8, #div-box9 {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0 0 15px 15px;
        padding: 18px;
    }
    
    .a-1, .a-2, .a-3 {
        position: relative;
        width: 98%;
        height: 38px;
        margin: 16px auto;
        font-size: 18px;
    }
}


/* ★ LARGE TABLETS: 820px ★ */
@media (max-width: 820px) and (min-width: 769px) {
    
    #baner-1 {
        width: 103%;
        top: -3%;
        height: 50%;
    }
    
    #logo-1 {
        width: 180px;
        top: 18px;
    }
    
    #logo-2 {
        width: 170px;
        right: 160px;
        top: 18px;
    }
    
    #muno {
        font-size: 32px;
        top: 22px;
        left: 25px;
        padding: 11px 15px;
    }
    
    #muno2 {
        width: 280px;
        left: -280px;
        top: 85px;
    }
    
    #heder-div {
        width: 59.5%;
        height: 50px;
        position: absolute;
        left: 40%;
        top: 240px;
        border-radius: 500px 0 0;
    }
    
    #heder-div2 {
        width: 39%;
        height: 50px;
        position: absolute;
        left: 0;
        top: 239px;
        border-radius: 0 0 200px;
    }
    
    #ul-heder {
        position: absolute;
        right: 50px;
        top: -3px;
        flex-direction: row;
    }
    
    #ul-heder .li-1 {
        width: auto;
        margin: 0 10px;
        padding: 18px 15px;
        height: 17.5px;
    }
    
    .instgram, .telegram, .youtube {
        position: absolute;
        left: auto;
        top: auto;
        margin: 0;
        font-size: 38px;
    }
    
    #p-onvaN {
        margin-right: 30px;
        margin-top: 160px;
        font-size: 19px;
    }
    
    .jostjoosit {
        width: 340px;
        margin-left: 25px;
        padding: 12px 15px;
        font-size: 16px;
    }
    
    #icon-submit {
        width: 45px;
        height: 41px;
        left: 15px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        position: absolute;
        width: 70%;
        height: 300px;
        margin: 0;
        right: 15%;
        opacity: 1;
        transform: translateX(0);
    }
    
    #img-music1, #img-music2, #img-music3, #img-music4, #img-music5, #img-music6, #img-music7, #img-music8, #img-music9 {
        position: absolute;
        width: 40%;
        height: 90%;
        right: 22px;
        top: 15px;
        border-radius: 5px;
    }
    
    #div-box, #div-box2, #div-box3, #div-box4, #div-box5, #div-box6, #div-box7, #div-box8, #div-box9 {
        position: absolute;
        width: 52%;
        height: 87%;
        left: 2.5%;
        top: 19px;
        border-radius: 5px;
        padding: 0;
    }
}


/* ★ SMALL LAPTOPS: 1024px ★ */
@media (max-width: 1024px) and (min-width: 821px) {
    
    #baner-1 {
        width: 102%;
        top: -2%;
        height: 52%;
    }
    
    #logo-1 {
        width: 185px;
        top: 20px;
    }
    
    #logo-2 {
        width: 175px;
        right: 165px;
        top: 20px;
    }
    
    #muno {
        font-size: 30px;
        top: 25px;
        left: 30px;
    }
    
    #heder-div {
        width: 59.5%;
        left: 40%;
        top: 240px;
        height: 50px;
    }
    
    #heder-div2 {
        width: 39%;
        left: 0;
        top: 239px;
        height: 50px;
    }
    
    #ul-heder {
        position: absolute;
        right: 50px;
        top: -3px;
        display: flex;
    }
    
    .instgram, .telegram, .youtube {
        position: absolute;
    }
    
    #p-onvaN {
        margin-right: 40px;
        font-size: 20px;
    }
    
    .jostjoosit {
        width: 360px;
    }
    
    .div-music, .div-music2, .div-music3, .div-music4, .div-music5, .div-music6, .div-music7, .div-music8, .div-music9 {
        width: 68%;
        height: 290px;
        right: 16%;
    }
}


/* ★ DESKTOP: 1025px + ★ */
@media (min-width: 1025px) {
    
    /* Desktop styles preserved as original */
}
